This was the first attempt I made in developing this plot. I quickly realized that Group needed to be recoded as a factor. I also noticed that the labels for the X Axis are redundanct and would be better as numbers only. So in my next iteration, I will remove the “RSA_” from my axis labels and I will recode Group as a factor.
After making these changes I saw improvements, but there was also another obvious problem that popped up - no data showing. I sought out some help for this and discovered that I was mapping things in the aesthetics wrong. I needed to define “group” rather than color is the main plot aesthetic and define color in the geom.
Wahoo! Data has appeared. At this point I feel like the visual is fairly successful, but can use some little tweaks to the design. In my next batch of edits, I’ll be defining the groups more clearly and adding some style changes.